
#body .head {
  font-size: 48px;
  font-weight: 800;
  margin-top: 52px;
  line-height: 48px;
}
#body .line {
  width: 32px;
  height: 4px;
  background-color: #e41d32;
  margin-top: 25px;
}
#body > .row {
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px #e5e5e5 solid;
  max-width: 1200px;
}
#body .row .subhead {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 30px;
}
#body .Scale .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#body .Scale .container .chart {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#body .Scale .container .chart > div {
  padding: 0 30px;
}
#body .Scale .container .chart > div:first-child {
  padding-left: 0;
}
#body .Scale .container .chart > div:last-child {
  padding-right: 0;
}
#body .Scale .container .chart img {
  display: block;
  width: 331px;
  height: 220px;
}
#body .Scale .container .chart p {
  width: 331px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  margin-top: 15px;
}
#body .Scale .container .text p {
  width: 845px;
  margin-top: 35px;
  font-size: 14px;
}
#body .Drivers .container .el,
#body .Development .container .el {
  margin-top: 10px;
}
#body .Drivers .container .el > p,
#body .Development .container .el > p {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
#body .Drivers .container .el > div,
#body .Development .container .el > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
}
#body .Drivers .container .el .text,
#body .Development .container .el .text {
  width: 510px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
#body .Drivers .container .el .text > p,
#body .Development .container .el .text > p {
  margin-bottom: 10px;
}
#body .Drivers .container .el .text .paragraph,
#body .Development .container .el .text .paragraph {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  color: #637988;
  font-weight: normal;
  padding-bottom: 10px;
}
#body .Development {
  width: 1150px;
  line-height: 30px;
}
#body .Development .container > p {
  margin-bottom: 30px;
}
